-
-
Notifications
You must be signed in to change notification settings - Fork 360
Add Bogosort in Factor #426
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Bogosort in Factor #426
Conversation
whoops, found a bug, fixing now EDIT: Fixed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code looks fine, very clear concise (the comment about clump helped).
Could you add one line where you actually use the method?
book.json
Outdated
} | ||
}, | ||
{ | ||
"lang": "factor", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#425 has this change already, you don't need it here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#425 also hasn't been merged yet :)
CONTRIBUTORS.md
Outdated
<br> | ||
nic-hartley |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The formatting of that file has changed. Use the most recent version from master and add your name to it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
Add one |
added my username to CONTRIBUTORS.md too